You are here: Symbol Reference > Dew Namespace > Dew.Math Namespace > Classes > TOpenCLMtxVec Class > TOpenCLMtxVec Methods > IntPower Method > TOpenCLMtxVec.IntPower Method ([In] TOpenCLMtxVec, int)
Dew Math for .NET
ContentsIndexHome
PreviousUpNext
TOpenCLMtxVec.IntPower Method ([In] TOpenCLMtxVec, int)

Calculate the power Base^(Exponent) for all Base object elements.

Syntax
C#
Visual Basic
public TOpenCLMtxVec IntPower([In] TOpenCLMtxVec aBase, int Exponent);

Calclation uses the integer Exponent value and stores the results in calling object. Size and TOpenCLBase.ComplexComplexproperties of calling object are adjusted automatically.

Copyright (c) 1999-2024 by Dew Research. All rights reserved.
What do you think about this topic? Send feedback!